projects
/
ghc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ea27ca0
)
smp-arm-fix
author
Debian Haskell Group
<pkg-haskell-maintainers@lists.alioth.debian.org>
Sat, 17 Dec 2016 02:44:45 +0000
(
02:44
+0000)
committer
Clint Adams
<clint@debian.org>
Sat, 17 Dec 2016 02:44:45 +0000
(
02:44
+0000)
Gbp-Pq: Name smp-arm-fix.patch
mk/config.mk.in
patch
|
blob
|
history
diff --git
a/mk/config.mk.in
b/mk/config.mk.in
index 5a4c9cabfe001cf54074a82677b9764a3dd6c691..3a712ea742c38e9955f2c9f99603ce9fd462e2ae 100644
(file)
--- a/
mk/config.mk.in
+++ b/
mk/config.mk.in
@@
-187,7
+187,7
@@
HaveLibDL = @HaveLibDL@
# includes/stg/SMP.h
ifeq "$(TargetArch_CPP)" "arm"
# We don't support load/store barriers pre-ARMv7. See #10433.
-ArchSupportsSMP=
"$(if $(filter $(ARM_ISA),ARMv5 ARMv6),NO,YES)"
+ArchSupportsSMP=
$(if $(filter $(ARM_ISA),ARMv5 ARMv6),NO,YES)
else
ArchSupportsSMP=$(strip $(patsubst $(TargetArch_CPP), YES, $(findstring $(TargetArch_CPP), i386 x86_64 sparc powerpc powerpc64 powerpc64le aarch64)))
endif